30 research outputs found

    Fuzzy transfer learning for financial early warning system

    Full text link
    University of Technology, Sydney. Faculty of Engineering and Information Technology.Financial early warning system aims to warn of the impending critical financial status of an organization. A financial early warning system is more than a classical prediction model and should provide an explanatory analysis to describe the reasons behind the failure; the explanatory ability of a system is as important as its predictive accuracy. In addition, failure prediction is intrinsically a class imbalance problem in which the number of failed cases is much less than the number of survived cases. Also, the vagueness in the value of predictors is an inevitable problem which has emerged in the uncertain environment of the finance industry. Scarcity of training data is another critical problem in finance industry; a new type of financial early warning system, which can be transferred and modified for different domains to transfer knowledge to new prediction domain, is highly desirable in practical applications because it is easy to install and cheap to setup. To achieve the aforementioned properties, this study develops algorithms, methods and approaches in the case of bank failure prediction. First, a novel parametric adaptive inference-based fuzzy neural network approach is devised to predict financial status accurately and generate valuable knowledge for decision making. It handles the imbalance problem and the vagueness in features‘ value using parametric learning and rule generation algorithms. Second, a fuzzy domain adaptation method is developed to transfer knowledge from a related old problem to the problem under consideration and the labels are then predicted with a high level of accuracy. This method handles the data scarcity problem and enables the financial early warning system to be transferrable between prediction domains which are different in data distribution. Third, a fuzzy cross-domain adaptation approach is proposed to make the financial early warning system transferable from different but related domains to the current domain. This approach handles the problem in which the feature spaces of prediction domains are different and have vague value. This approach selects the significant fuzzy predictors in the current prediction domain by transferring knowledge from the related prediction domains. The proposed algorithms, methods and approaches are validated and benchmarked in each step of development using experiments performed on real world data. The results show that this study significantly enhances predictive accuracy at different stages of development. Finally a case study is performed to integrate and validate the proposed methods and approaches using Australian banking system data. The results demonstrate that this study successfully solves the abovementioned problems and significantly outperforms existing methods

    Text categorization by fuzzy domain adaptation

    Full text link
    Machine learning methods have attracted attention of researches in computational fields such as classification/categorization. However, these learning methods work under the assumption that the training and test data distributions are identical. In some real world applications, the training data (from the source domain) and test data (from the target domain) come from different domains and this may result in different data distributions. Moreover, the values of the features and/or labels of the data sets could be non-numeric and contain vague values. In this study, we propose a fuzzy domain adaptation method, which offers an effective way to deal with both issues. It utilizes the similarity concept to modify the target instances' labels, which were initially classified by a shift-unaware classifier. The proposed method is built on the given data and refines the labels. In this way it performs completely independently of the shift-unaware classifier. As an example of text categorization, 20Newsgroup data set is used in the experiments to validate the proposed method. The results, which are compared with those generated when using different baselines, demonstrate a significant improvement in the accuracy. © 2013 IEEE

    The effect of google drive distance and duration in residential property in Sydney, Australia

    Full text link
    © 2016 by World Scientific Publishing Co. Pte. Ltd. Predicting the market value of a residential property accurately without inspection by professional valuer could be beneficial for vary of organization and people. Building an Automated Valuation Model could be beneficial if it will be accurate adequately. This paper examined 47 machine learning models (linear and non-linear). These models are fitted on 1967 records of units from 19 suburbs of Sydney, Australia. The main aim of this paper is to compare the performance of these techniques using this data set and investigate the effect of spatial information on valuation accuracy. The results demonstrated that tree models named eXtreme Gradient Boosting Linear, eXtreme Gradient Boosting Tree and Random Forest respectively have best performance among other techniques and spatial information such drive distance and duration to CBD increase the predictive model performance significantly

    A fuzzy domain adaptation method based on self-constructing fuzzy neural network

    Full text link
    © 2014 by World Scientific Publishing Co. Pte. Ltd. All rights reserved. Domain adaptation addresses the problem of how to utilize a model trained in the source domain to make predictions for target domain when the distribution between two domains differs substantially and labeled data in target domain is costly to collect for retraining. Existed studies are incapable to handle the issue of information granularity, in this paper, we propose a new fuzzy domain adaptation method based on self-constructing fuzzy neural network. This approach models the transferred knowledge supporting the development of the current models granularly in the form of fuzzy sets and adapts the knowledge using fuzzy similarity measure to reduce prediction error in the target domain

    Feature Spaces-based Transfer Learning

    Full text link

    Multistep Fuzzy Bridged Refinement Domain Adaptation Algorithm and Its Application to Bank Failure Prediction

    Full text link
    © 2015 IEEE. Machine learning plays an important role in data classification and data-based prediction. In some real-world applications, however, the training data (coming from the source domain) and test data (from the target domain) come from different domains or time periods, and this may result in the different distributions of some features. Moreover, the values of the features and/or labels of the datasets might be nonnumeric and involve vague values. Traditional learning-based prediction and classification methods cannot handle these two issues. In this study, we propose a multistep fuzzy bridged refinement domain adaptation algorithm, which offers an effective way to deal with both issues. It utilizes a concept of similarity to modify the labels of the target instances that were initially predicted by a shift-unaware model. It then refines the labels using instances that are most similar to a given target instance. These instances are extracted from mixture domains composed of source and target domains. The proposed algorithm is built on a basis of some data and refines the labels, thus performing completely independently of the shift-unaware prediction model. The algorithm uses a fuzzy set-based approach to deal with the vague values of the features and labels. Four different datasets are used in the experiments to validate the proposed algorithm. The results, which are compared with those generated by the existing domain adaptation methods, demonstrate a significant improvement in prediction accuracy in both the above-mentioned datasets

    Transfer learning in hierarchical feature spaces

    Full text link
    © 2015 IEEE. Transfer learning provides an approach to solve target tasks more quickly and effectively by using previously acquired knowledge learned from source tasks. As one category of transfer learning approaches, feature-based transfer learning approaches aim to find a latent feature space shared between source and target domains. The issue is that the sole feature space can't exploit the relationship of source domain and target domain fully. To deal with this issue, this paper proposes a transfer learning method that uses deep learning to extract hierarchical feature spaces, so knowledge of source domain can be exploited and transferred in multiple feature spaces with different levels of abstraction. In the experiment, the effectiveness of transfer learning in multiple feature spaces is compared and this can help us find the optimal feature space for transfer learning

    Granular Fuzzy Regression Domain Adaptation in Takagi-Sugeno Fuzzy Models

    Full text link
    © 1993-2012 IEEE. In classical data-driven machine learning methods, massive amounts of labeled data are required to build a high-performance prediction model. However, the amount of labeled data in many real-world applications is insufficient, so establishing a prediction model is impossible. Transfer learning has recently emerged as a solution to this problem. It exploits the knowledge accumulated in auxiliary domains to help construct prediction models in a target domain with inadequate training data. Most existing transfer learning methods solve classification tasks; only a few are devoted to regression problems. In addition, the current methods ignore the inherent phenomenon of information granularity in transfer learning. In this study, granular computing techniques are applied to transfer learning. Three granular fuzzy regression domain adaptation methods to determine the estimated values for a regression target are proposed to address three challenging cases in domain adaptation. The proposed granular fuzzy regression domain adaptation methods change the input and/or output space of the source domain's model using space transformation, so that the fuzzy rules are more compatible with the target data. Experiments on synthetic and real-world datasets validate the effectiveness of the proposed methods

    Students' syntactic mistakes in writing seven different types of SQL queries and its application to predicting students' success

    Full text link
    © 2016 ACM. The computing education community has studied extensively the errors of novice programmers. In contrast, little attention has been given to student's mistake in writing SQL statements. This paper represents the first large scale quantitative analysis of the student's syntactic mistakes in writing different types of SQL queries. Over 160 thousand snapshots of SQL queries were collected from over 2000 students across eight years. We describe the most common types of syntactic errors that students make. We also describe our development of an automatic classifier with an overall accuracy of 0.78 for predicting student performance in writing SQL queries

    Transfer Learning using Computational Intelligence: A Survey

    Get PDF
    Abstract Transfer learning aims to provide a framework to utilize previously-acquired knowledge to solve new but similar problems much more quickly and effectively. In contrast to classical machine learning methods, transfer learning methods exploit the knowledge accumulated from data in auxiliary domains to facilitate predictive modeling consisting of different data patterns in the current domain. To improve the performance of existing transfer learning methods and handle the knowledge transfer process in real-world systems, ..
    corecore